created on Thu Nov 07 10:12:36 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

42

100.0%

1 minutes, 23.661 seconds

0

0

0

2. Features

2.1. Functionality of Component with Default variant and Static List in XS PASS

Result: PASS Time: 1.547 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List in XS The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 320 and height: 480

2.2. Functionality of Component with Default variant and Static List in SM PASS

Result: PASS Time: 1.497 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List in SM The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 640 and height: 480

2.3. Functionality of Component with Default variant and Static List in MD PASS

Result: PASS Time: 1.565 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List in MD The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 1024 and height: 768

2.4. Functionality of Component with Default variant and Static List in LG PASS

Result: PASS Time: 1.676 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List in LG The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 1366 and height: 1024

2.5. Functionality of Component with Default variant and Static List in XLG PASS

Result: PASS Time: 1.931 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List in XLG The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 1920 and height: 1280

2.6. Functionality of Component with Default variant and Static List in XXLG PASS

Result: PASS Time: 2.115 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List in XXLG The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 2560 and height: 1440

2.7. Functionality of Component with Default variant and Static List with Image Option Rendition in XS PASS

Result: PASS Time: 1.378 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist2"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Rendition in XS The component should be on the page

  • And Should have only img

1
assert $("${selector} img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 320 and height: 480

2.8. Functionality of Component with Default variant and Static List with Image Option Rendition in SM PASS

Result: PASS Time: 1.462 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist2"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Rendition in SM The component should be on the page

  • And Should have only img

1
assert $("${selector} img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 640 and height: 480

2.9. Functionality of Component with Default variant and Static List with Image Option Rendition in MD PASS

Result: PASS Time: 1.572 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist2"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Rendition in MD The component should be on the page

  • And Should have only img

1
assert $("${selector} img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 1024 and height: 768

2.10. Functionality of Component with Default variant and Static List with Image Option Rendition in LG PASS

Result: PASS Time: 1.749 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist2"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Rendition in LG The component should be on the page

  • And Should have only img

1
assert $("${selector} img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 1366 and height: 1024

2.11. Functionality of Component with Default variant and Static List with Image Option Rendition in XLG PASS

Result: PASS Time: 1.914 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist2"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Rendition in XLG The component should be on the page

  • And Should have only img

1
assert $("${selector} img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 1920 and height: 1280

2.12. Functionality of Component with Default variant and Static List with Image Option Rendition in XXLG PASS

Result: PASS Time: 2.247 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist2"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Rendition in XXLG The component should be on the page

  • And Should have only img

1
assert $("${selector} img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 2560 and height: 1440

2.13. Functionality of Component with Default variant and Static List with Image Option Adaptive in XS PASS

Result: PASS Time: 1.500 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist3"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Adaptive in XS The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using img selector

1
assert $("${selector} img").attr("src").contains(".img.")
  • Where: Browser size width: 320 and height: 480

2.14. Functionality of Component with Default variant and Static List with Image Option Adaptive in SM PASS

Result: PASS Time: 1.467 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist3"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Adaptive in SM The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using img selector

1
assert $("${selector} img").attr("src").contains(".img.")
  • Where: Browser size width: 640 and height: 480

2.15. Functionality of Component with Default variant and Static List with Image Option Adaptive in MD PASS

Result: PASS Time: 1.637 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist3"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Adaptive in MD The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using img selector

1
assert $("${selector} img").attr("src").contains(".img.")
  • Where: Browser size width: 1024 and height: 768

2.16. Functionality of Component with Default variant and Static List with Image Option Adaptive in LG PASS

Result: PASS Time: 1.707 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist3"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Adaptive in LG The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using img selector

1
assert $("${selector} img").attr("src").contains(".img.")
  • Where: Browser size width: 1366 and height: 1024

2.17. Functionality of Component with Default variant and Static List with Image Option Adaptive in XLG PASS

Result: PASS Time: 1.908 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist3"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Adaptive in XLG The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using img selector

1
assert $("${selector} img").attr("src").contains(".img.")
  • Where: Browser size width: 1920 and height: 1280

2.18. Functionality of Component with Default variant and Static List with Image Option Adaptive in XXLG PASS

Result: PASS Time: 2.250 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist3"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Adaptive in XXLG The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using img selector

1
assert $("${selector} img").attr("src").contains(".img.")
  • Where: Browser size width: 2560 and height: 1440

2.19. Functionality of Component with Default variant and Static List with Multiple Images in XS PASS

Result: PASS Time: 1.488 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist4"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Images in XS The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • Where: Browser size width: 320 and height: 480

2.20. Functionality of Component with Default variant and Static List with Multiple Images in SM PASS

Result: PASS Time: 1.498 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist4"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Images in SM The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • Where: Browser size width: 640 and height: 480

2.21. Functionality of Component with Default variant and Static List with Multiple Images in MD PASS

Result: PASS Time: 1.900 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist4"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Images in MD The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • Where: Browser size width: 1024 and height: 768

2.22. Functionality of Component with Default variant and Static List with Multiple Images in LG PASS

Result: PASS Time: 2.145 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist4"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Images in LG The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • Where: Browser size width: 1366 and height: 1024

2.23. Functionality of Component with Default variant and Static List with Multiple Images in XLG PASS

Result: PASS Time: 2.747 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist4"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Images in XLG The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • Where: Browser size width: 1920 and height: 1280

2.24. Functionality of Component with Default variant and Static List with Multiple Images in XXLG PASS

Result: PASS Time: 3.376 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist4"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Images in XXLG The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • Where: Browser size width: 2560 and height: 1440

2.25. Functionality of Component with Default variant and Child List in XS PASS

Result: PASS Time: 1.775 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist5"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Child List in XS The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • Where: Browser size width: 320 and height: 480

2.26. Functionality of Component with Default variant and Child List in SM PASS

Result: PASS Time: 1.571 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist5"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Child List in SM The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • Where: Browser size width: 640 and height: 480

2.27. Functionality of Component with Default variant and Child List in MD PASS

Result: PASS Time: 1.856 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist5"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Child List in MD The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • Where: Browser size width: 1024 and height: 768

2.28. Functionality of Component with Default variant and Child List in LG PASS

Result: PASS Time: 2.104 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist5"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Child List in LG The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • Where: Browser size width: 1366 and height: 1024

2.29. Functionality of Component with Default variant and Child List in XLG PASS

Result: PASS Time: 2.571 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist5"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Child List in XLG The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • Where: Browser size width: 1920 and height: 1280

2.30. Functionality of Component with Default variant and Child List in XXLG PASS

Result: PASS Time: 3.209 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist5"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Child List in XXLG The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • Where: Browser size width: 2560 and height: 1440

2.31. Functionality of Component with Default variant and Descendants List in XS PASS

Result: PASS Time: 1.442 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Descendants List in XS The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • Where: Browser size width: 320 and height: 480

2.32. Functionality of Component with Default variant and Descendants List in SM PASS

Result: PASS Time: 1.648 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Descendants List in SM The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • Where: Browser size width: 640 and height: 480

2.33. Functionality of Component with Default variant and Descendants List in MD PASS

Result: PASS Time: 1.730 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Descendants List in MD The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • Where: Browser size width: 1024 and height: 768

2.34. Functionality of Component with Default variant and Descendants List in LG PASS

Result: PASS Time: 2.017 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Descendants List in LG The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • Where: Browser size width: 1366 and height: 1024

2.35. Functionality of Component with Default variant and Descendants List in XLG PASS

Result: PASS Time: 2.501 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Descendants List in XLG The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • Where: Browser size width: 1920 and height: 1280

2.36. Functionality of Component with Default variant and Descendants List in XXLG PASS

Result: PASS Time: 2.804 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Descendants List in XXLG The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • Where: Browser size width: 2560 and height: 1440

2.37. Functionality of Component with Default variant and Static List with Multiple Asset Types in XS PASS

Result: PASS Time: 1.420 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist7"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Asset Types in XS The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • And Should have one audio

1
assert $("${selector} audio source").getAttribute("type") == "audio/mpeg"
  • Where: Browser size width: 320 and height: 480

2.38. Functionality of Component with Default variant and Static List with Multiple Asset Types in SM PASS

Result: PASS Time: 1.583 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist7"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Asset Types in SM The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • And Should have one audio

1
assert $("${selector} audio source").getAttribute("type") == "audio/mpeg"
  • Where: Browser size width: 640 and height: 480

2.39. Functionality of Component with Default variant and Static List with Multiple Asset Types in MD PASS

Result: PASS Time: 1.901 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist7"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Asset Types in MD The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • And Should have one audio

1
assert $("${selector} audio source").getAttribute("type") == "audio/mpeg"
  • Where: Browser size width: 1024 and height: 768

2.40. Functionality of Component with Default variant and Static List with Multiple Asset Types in LG PASS

Result: PASS Time: 2.214 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist7"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Asset Types in LG The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • And Should have one audio

1
assert $("${selector} audio source").getAttribute("type") == "audio/mpeg"
  • Where: Browser size width: 1366 and height: 1024

2.41. Functionality of Component with Default variant and Static List with Multiple Asset Types in XLG PASS

Result: PASS Time: 2.611 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist7"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Asset Types in XLG The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • And Should have one audio

1
assert $("${selector} audio source").getAttribute("type") == "audio/mpeg"
  • Where: Browser size width: 1920 and height: 1280

2.42. Functionality of Component with Default variant and Static List with Multiple Asset Types in XXLG PASS

Result: PASS Time: 3.032 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist7"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Asset Types in XXLG The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • And Should have one audio

1
assert $("${selector} audio source").getAttribute("type") == "audio/mpeg"
  • Where: Browser size width: 2560 and height: 1440